Configuring the License Reporting Tool
Configuring the lrt.ini File
Default values have been specified for most parameters. They can be changed if required. Parameters that must be adjusted to your system environment are written in red letters.
Section/Parameter | Description |
---|---|
[GLOBAL] | |
logging= |
Path and file name of the log file relative to lrt.jar. Default value: ..\temp\license-usage-reporting_LOG_${Timestamp}.txt |
[LTR] | |
output_path= | Output path of the generated comma separated values (CSV) files relative to lrt.jar. Do not use a trailing slash. |
parallel_queries= |
The number of parallel processed queries. This can be set to 1 to achieve sequential processing. Default value: "3" |
report_mode= |
Defines the generated report types. If you have questions about this setting, please contact Automic Sales. Allowed values: Default value: "both" |
[TRACE] |
|
trace= |
Determines whether to show complete information. Allowed values: Default value: "0" |
[JDBC] | |
SQLDRIVERCONNECT USER PASSWORD |
The connection string under ;SQLSERVER, ;DB2, or ;ORACLE for the DBMS your Automation Engine database is running on. You should never store clear-text passwords in lrt.ini for safety reasons. Use the UCYBCRYP tool located in the utilities folder of your Automation Engine installation to encode them. For more, information, see your UCYBCRYP documentation. |
Example lrt.ini File
[GLOBAL]
logging = ..\temp\license-usage-reporting_LOG_${Timestamp}.txt
[LRT]
; Output path of the generated CSV files
; relative to lrt.jar, no trailing slash
output_path = ..\output
; Number of parallel processed queries
; Can be set to 1 to achieve sequential processing
; Minimum value: 1
parallel_queries = 3
; Defines the generated report types
; If you have questions about this setting,
; please contact Automic Sales.
; both: usage & task based reports
; usage_based: only usage based reports
; task_based: only task based reports
report_mode = both
[TRACE]
; 0=No additional tracing
; 1=Show complete information
trace = 0
[JDBC]
;
;SQLSERVER
SQLDRIVERCONNECT=jdbc:sqlserver://localhost:1433;databaseName=AUTOMIC
USER=AUTOMIC
PASSWORD=AUTOMIC
;
;DB2
;SQLDRIVERCONNECT=jdbc:db2://localhost:50000/AUTOMIC
;USER=AUTOMIC
;PASSWORD=AUTOMIC
;
;ORACLE
;SQLDRIVERCONNECT=jdbc:oracle:thin:@//localhost:1521/AUTOMIC
;USER=AUTOMIC
;PASSWORD=AUTOMIC